korlibs
Toggle table of contents
6.1.0-SNAPSHOT
js
Target filter
js
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
[js]HTMLCanvasElementLike
HTMLCanvas
Element
Like
js
external
interface
HTMLCanvasElementLike
:
TexImageSource
Members
Properties
height
Link copied to clipboard
js
abstract
val
height
:
Int
width
Link copied to clipboard
js
abstract
val
width
:
Int
Functions
get
Context
Link copied to clipboard
js
abstract
fun
getContext
(
contextId
:
String
,
vararg
arguments
:
Any
?
)
:
RenderingContext
?
to
Blob
Link copied to clipboard
js
abstract
fun
toBlob
(
_callback
:
(
Blob
?
)
->
Unit
,
type
:
String
=
definedExternally
,
quality
:
Any
?
=
definedExternally
)
to
Data
URL
Link copied to clipboard
js
abstract
fun
toDataURL
(
type
:
String
=
definedExternally
,
quality
:
Any
?
=
definedExternally
)
:
String